home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
- <?xml-stylesheet href="chrome://addthis/skin/welcome.css" type="text/css"?>
-
- <!DOCTYPE dialog SYSTEM "chrome://addthis/locale/addthis.dtd">
- <dialog
- id="at_preferencesWindow"
- title="&addthis.preferences.title;"
- buttons="accept"
- onload="AddThis_Preferences.initWelcome();window.sizeToContent();"
- ondialogaccept="return AddThis_Preferences.processWelcome();"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <script type="application/x-javascript" src="Constants.js"/>
- <script type="application/x-javascript" src="Util.js"/>
- <script type="application/x-javascript" src="Preferences.js"/>
- <script type="application/x-javascript" src="Search.js"/>
- <script type="application/x-javascript" src="MainButton.js"/>
- <script type="application/x-javascript" src="UrlBar.js"/>
- <script type="application/x-javascript" src="Toolbar.js"/>
-
- <vbox id="at_welcome">
-
- <hbox id="at_welcome_top" align="center">
- <image src="chrome://addthis/skin/at-logo-70-sdw.png" width="70" height="70" />
- <label align="center" id="at_welcome_name" value="&addthis.default.name;" />
- </hbox>
-
- <label value="&addthis.preferences.othertab.text;" />
-
- <vbox class="checkcontainer">
- <checkbox id="at_prefs_showtoolbar" label="&addthis.preferences.showtoolbar.label;" />
- <checkbox id="at_prefs_showbutton" label="&addthis.preferences.showbutton.label;" />
- <checkbox id="at_prefs_showcontextmenu" label="&addthis.preferences.showcontextmenu.label;" />
- <checkbox id="at_prefs_showurlbar" label="&addthis.preferences.showurlbar.label;" />
- </vbox>
-
- <vbox id="at_prefs_search_container">
- <label value="&addthis.preferences.search.header;" />
-
- <vbox class="checkcontainer">
- <checkbox id="at_prefs_search" checked="true" label="&addthis.preferences.search.label;" />
- </vbox>
- </vbox>
-
- <label value="&addthis.welcome.change;" />
- <label value="&addthis.menu.wrench.label; > &addthis.menu.wrench.tooltip; > &addthis.preferences.othertab.label;" />
- </vbox>
-
- </dialog>